SPREAD for WPF 3.0J - GcSpreadSheet
RowColumnActionsCommand コンストラクタ(Boolean,Worksheet,Int32,List<Tuple<Reference[],Int32>>)

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > RowColumnActionsCommand クラス > RowColumnActionsCommand コンストラクタ : RowColumnActionsCommand コンストラクタ(Boolean,Worksheet,Int32,List<Tuple<Reference[],Int32>>)
コマンドが行と列のどちらで処理するかを示すブール値。
このコマンドをアタッチするワークシート。
処理するペインのインデックス。
処理するデータ。
指定したワークブックを使用して、 RowColumnActionsCommand クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal isColumn As System.Boolean, _
   ByVal worksheet As Worksheet, _
   ByVal paneIndex As System.Integer, _
   ByVal data As System.Collections.Generic.List(Of Tuple(Of Reference(),Integer)) _
)
public RowColumnActionsCommand( 
   System.bool isColumn,
   Worksheet worksheet,
   System.int paneIndex,
   System.Collections.Generic.List<Tuple<Reference[],int>> data
)

パラメータ

isColumn
コマンドが行と列のどちらで処理するかを示すブール値。
worksheet
このコマンドをアタッチするワークシート。
paneIndex
処理するペインのインデックス。
data
処理するデータ。
参照

RowColumnActionsCommand クラス
RowColumnActionsCommand メンバ
オーバーロード一覧